home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / autypr22 / readme.txt < prev   
Encoding:
Text File  |  1999-06-30  |  6.3 KB  |  153 lines

  1. RELEASE NOTES
  2. June 30, 1999
  3.  
  4. +++++++++++++++++++
  5. VB AutoTyper v2.0.2
  6. +++++++++++++++++++
  7.  
  8. [Enable Notepad's Word Wrap when reading]
  9.  
  10. VB AutoTyper is a new addin for the Visual Basic Integrated Development Environment (VBIDE 5.0 & 6.0). It auto-expands words based on initially typed characters. It hopes to make coding faster, lighter, and easier. Plus, the one-click activation of code modules, forms, and other project components puts less strain on the programmer's fingers. 
  11.  
  12. VB AutoTyper sports a new and improved word autoexpansion algorithm. Unlike in the previous versions, this new version auto-expands words 100% mess-free, all the time! You can type at your own pace and the program will adjust to your speed -- not the other way around. 
  13.  
  14. VB AutoTyper is designed to suit the needs of all VB programmers, regardless of their typing and programming skills. I would encourage even the most sophisticated touch-typist-programmers to give VB AutoTyper a try. It has been re-designed to give the user the least interference possible.
  15.  
  16. For for more details, double click on the file "HTML File" which comes with the installer package.
  17.  
  18. Enjoy.
  19.  
  20. (Dr.) Audimar P. Bangi
  21. Program Author
  22. apbangi@worldnet.att.net
  23. 736 Ryan Court
  24. Raleigh, North Carolina 27606
  25. U.S.A.
  26.  
  27.  
  28. LICENSE: 
  29. Shareware US$19.95
  30.  
  31. INSTALLATION:
  32. To install the program, double click on the file "VB AutoTyper 2.0.2" and follow the intaller wizard's setup guide.
  33.  
  34.  
  35. DISTRIBUTION:
  36. This copy of VB AutoTyper may be freely distributed with the sole purpose of evaluation. To obtain a licensed copy of this software, read on the section "Evaluation & Registration" (HTML Help for VB AutoTyper), accessible via the program's "Help" button.
  37.  
  38.  
  39. ========================================================
  40. BUGS FIXED AND MODIFICATIONS:
  41.  
  42. May 4, 1999 (Version 1.0.0)
  43.  
  44. (1) Problem with VB quitting unexpectedly when a resource (*.res) file is clicked has been fixed.
  45.  
  46. (2) Updated the list of available keywords.
  47.  
  48.  
  49. May 10, 1999
  50.  
  51. (1) Added an error-handling routine that effectively 
  52. eliminates GPFs
  53.  
  54. (2) Enabled a convenient auto-dot(.) and auto-equal(=) typing feature
  55.  
  56. (3) Enabled settings for word scope.
  57.  
  58. (4) Added a push-pin feature to keep the settings window always-on-top when testing various features.
  59.  
  60. (5) Various GUI enhancements
  61.  
  62. (6) Updated the list of available keywords.
  63.  
  64.  
  65. May 13, 1999 (Version 1.0.2)
  66.  
  67. (1) Added a toolbar menu item for accessing VB AutoTyper's settings.
  68.  
  69. (2) Added automatic [(), [)], [<], and [>] typing feature.
  70.  
  71. (3) Optimized some codes/routines.
  72.  
  73.  
  74. May 16, 1999 (Version 1.0.3)
  75.  
  76. (1) Fixed several abnormal word expansion behaviors.
  77.  
  78. (2) Added automatic off feature when declaring variables, 
  79. constants, or objects, and when typing comments.
  80.  
  81. (3) By design, words that begin with "fo", "for", "ex", "if", "el", "en", "or", "wi", "an", "and", "as", "is", "di", "dim", "err", "th", "the", "then", "app", and others were programmed not to autoexpand in order to avoid interference with commonly typed words.
  82.  
  83. (4) Streamlined the list of VB keywords to exclude words 4 characters or less in length. Also added new (VB 6.0) keywords.
  84.  
  85.  
  86. May 25, 1999 (Version 1.0.4)
  87.  
  88. (1) Fixed autoexpansion mechanism for less interference
  89.  
  90. (2) Enabled the autosave feature for both settings and selected keywords 
  91.  
  92. (3) New feature for adding custom words/phrases
  93.  
  94. (4) Added an "off/on" toolbar button for enabling/disabling the autotyper feature when desired.
  95.  
  96. (5) Added an update toolbar button for adding newly declared members from the currently active code module.
  97.  
  98. (6) Modified the options for the autotyper mode and wordscope settings
  99.  
  100.  
  101. June 14, 1999 (Version 2.0.0)
  102.  
  103. (1) Implemented a new and mess-free algorithm for the auto-expansion mechanism. This is a major and significant update and explains the sudden leap in the version numbering to distinguish it from the previous versions!
  104.  
  105. (2) Added parse routines for local variables, user-defined types, and controls with coded event procedures.
  106.  
  107. (3) Implemented support for multiple projects (up to 3 for this version).
  108.  
  109. (4) Auto-update when a project component is added, renamed, or removed
  110.  
  111. (5) Fixed a problem with the implementation of the "off/on toolbar" button.
  112.  
  113. (6) Added an auto-add/subtract/multiply/divide typing feature after a word has expanded. 
  114.  
  115. (7) Fixed the internal design and improved other related functions and subroutines.
  116.  
  117. (8) Implemented a fairly extensive "test plan" for eliminating hidden bugs or glitches.
  118.  
  119. (9) Substantial GUI enhancements
  120.  
  121.  
  122. June 23, 1999 (Version 2.0.1)
  123.  
  124. (1) Expanded the word scope to include method parameters and form designer controls, with underlying event handler to take care of controls being added, removed, or renamed.
  125.  
  126. (2) Improved the routine that parses function or sub parameters and local variables, taking into consideration the possibilities of codes being continued on next line(s), the presence of end-of-code comments, and the presence of array-type parameters in functions and subroutines.
  127.  
  128. (3) Fixed a bug that generates an "Invalid procedure call or arguments" error message when the add-in is just starting to load.
  129.  
  130. (4) Fixed a routine that handles the autoexpansion of words after the word "As", and after the comma when coding a "MsgBox"-containing instruction.
  131.  
  132. (5) Updated the HTML Help component.
  133.  
  134. (6) Eliminated some dead codes and optimized codes for speed.
  135.  
  136. (7) Changed some GUI elements
  137.  
  138.  
  139. June 30, 1999 (Version 2.0.2)
  140.  
  141. (1) Fixed a bug that causes the progress window to freeze when loading designer-type project components (data designers, DHTML page designers, and other activeX designers).
  142.  
  143. (2) Added a custom progress bar to show users when the program is building or updating its wordlist.
  144.  
  145. (3) Modified the way the wordlist is loaded to avoid the forms and other components being unnecessarily opened, which is not acceptable to the intended users. This modification was based on a feedback by Mr. AndrΘ Poisson (apoisson@videotron.ca).
  146.  
  147. (4) Fixed the implementation of the accelerated-typing feature involving the dot [.], [=],[,], [(], [)], [<], [>], [/], [\], [*], [-], and [+] characters. This feature now works correctly when there are characters at the end of the autoexpanded word.
  148.  
  149. (4) Optimized some functions and subroutines.
  150.  
  151.  
  152.  
  153. =======================================================